home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 3-Presentations / Apple Demos / Training / Macintosh IIci Training / Macintosh IIci Tutorial / Macintosh IIci Tutorial / background_19100.txt < prev    next >
Text File  |  1990-03-19  |  4KB  |  184 lines

  1. -- background: 19100 from stack: in
  2. -- bmap block id: 19354
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: termBack
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=430 top=317 right=342 bottom=458
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 18611 / 18611
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual scroll right
  23.   go prev
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=457 top=317 right=342 bottom=485
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 18612 / 18612
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual scroll left
  43.   go next
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (button)
  49. -- low flags: 00
  50. -- high flags: 2000
  51. -- rect: left=484 top=317 right=342 bottom=512
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 18613 / 18613
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: return
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   pop card into lastPush
  63.   if the short name of this stack is not in lastPush then
  64.     visual dissolve
  65.     go card "Map"
  66.   else
  67.     visual dissolve
  68.     go lastPush
  69.   end if
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 4 (field)
  75. -- low flags: 01
  76. -- high flags: 0000
  77. -- rect: left=128 top=0 right=22 bottom=508
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 0
  81. -- font id: 21
  82. -- text size: 18
  83. -- style flags: 10240
  84. -- line height: 19
  85. -- part name: Title
  86.  
  87.  
  88. -- part 5 (field)
  89. -- low flags: 01
  90. -- high flags: 0000
  91. -- rect: left=128 top=22 right=44 bottom=508
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 0
  95. -- font id: 21
  96. -- text size: 18
  97. -- style flags: 0
  98. -- line height: 20
  99. -- part name: cardTitle
  100.  
  101.  
  102. -- part 6 (field)
  103. -- low flags: 01
  104. -- high flags: 0000
  105. -- rect: left=128 top=70 right=313 bottom=509
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 0
  109. -- font id: 156
  110. -- text size: 14
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: cardText
  114.  
  115.  
  116. -- part 10 (field)
  117. -- low flags: 81
  118. -- high flags: 0002
  119. -- rect: left=0 top=330 right=342 bottom=71
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 0
  123. -- font id: 3
  124. -- text size: 9
  125. -- style flags: 0
  126. -- line height: 12
  127. -- part name: link
  128.  
  129.  
  130. -- part 11 (field)
  131. -- low flags: 81
  132. -- high flags: 0002
  133. -- rect: left=78 top=328 right=342 bottom=154
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 0
  137. -- font id: 3
  138. -- text size: 9
  139. -- style flags: 0
  140. -- line height: 12
  141. -- part name: Card number
  142.  
  143.  
  144. -- part 12 (button)
  145. -- low flags: 00
  146. -- high flags: A000
  147. -- rect: left=442 top=3 right=18 bottom=504
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 0
  151. -- font id: 3
  152. -- text size: 9
  153. -- style flags: 2304
  154. -- line height: 12
  155. -- part name: Contents
  156. ----- HyperTalk script -----
  157. on mouseup
  158.   push card
  159.   visual dissolve
  160.   go to card "Toc"
  161. end mouseup
  162.  
  163.  
  164.  
  165. -- part 15 (button)
  166. -- low flags: 00
  167. -- high flags: A002
  168. -- rect: left=466 top=23 right=38 bottom=499
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 0
  172. -- font id: 3
  173. -- text size: 9
  174. -- style flags: 0
  175. -- line height: 12
  176. -- part name: Map
  177. ----- HyperTalk script -----
  178. on mouseup
  179.   push card
  180.   visual dissolve
  181.   go to card "map1"
  182. end mouseup
  183.  
  184.